home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / be006.dxr / 00001.ls next >
Encoding:
Text File  |  2001-03-02  |  319 b   |  15 lines

  1. on exitFrame
  2.   if the timer < 180 then
  3.     go(the frame)
  4.   else
  5.     startTimer()
  6.     go(the frame + 1)
  7.   end if
  8.   set the height of sprite 2 to the height of sprite 2 + 40
  9.   set the width of sprite 2 to the width of sprite 2 + 40
  10.   if the width of sprite 2 = 495 then
  11.     go(the frame + 1)
  12.   end if
  13.   go(the frame)
  14. end
  15.